Gets a service from the host application.
Syntax
Function GetHostService(
Service As _AMHOST_SERVICES) As Object
Name | Description |
---|---|
Service |
Constant defining the required service. |
Return Value
The return value is a reference to a service provided by the client application hosting the extension. This service may be functionally different (or not available) depending on the client application.
Remarks
This method should not be used in any other way than as a demonstration in sample code provided with Meridian Enterprise. Contact our support department for further questions.
Related information